Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb: device_next: fix buffer count configuration in CDC ACM pool #68713

Conversation

jfischer-no
Copy link
Collaborator

Multiple CDC ACM instances can block each other because there are only buffers for a single instance. Fix this by configuring the number of buffers in the pool based on the number of CDC ACM instances.
Picked from #67749.

Multiple CDC ACM instances can block each other because there are only
buffers for a single instance. Fix this by configuring the number of
buffers in the pool based on the number of CDC ACM instances.

Signed-off-by: Johann Fischer <[email protected]>
@jfischer-no jfischer-no added bug The issue is a bug, or the PR is fixing a bug area: USB Universal Serial Bus Experimental Experimental features not enabled by default labels Feb 7, 2024
@jfischer-no jfischer-no added this to the v3.6.0 milestone Feb 7, 2024
@jfischer-no jfischer-no self-assigned this Feb 7, 2024
@fabiobaltieri fabiobaltieri merged commit 7e99579 into zephyrproject-rtos:main Feb 9, 2024
23 checks passed
@jfischer-no jfischer-no deleted the pr-usb-device-next-cdc-acm-pool branch February 15, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: USB Universal Serial Bus bug The issue is a bug, or the PR is fixing a bug Experimental Experimental features not enabled by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants